enh: Add support for synthetic legends on ImageStackPlot#6662
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6662 +/- ##
==========================================
+ Coverage 88.92% 88.95% +0.02%
==========================================
Files 328 328
Lines 70040 70078 +38
==========================================
+ Hits 62283 62335 +52
+ Misses 7757 7743 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| shade_op = element.pipeline.find(shade, skip_nonlinked=False) | ||
| if shade_op is None: | ||
| if self.p.cmap is None: | ||
| colors = ds.colors.Sets1to3 |
There was a problem hiding this comment.
Should we make this the default of cmap? Even if we need to copy the list over.
There was a problem hiding this comment.
Hmm, this should simply inherit the default cmap for that particular plot class. Will look at that.
There was a problem hiding this comment.
Hadn't reloaded the page, your changes are fine.
|
Doesn't this resolve some of the issues mentioned in #6638? |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
rasterizeoperation.